From 64d4b7638438fc169540446b6c24d8f8e42550ce Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 27 Jun 2011 02:58:57 +0200 Subject: [PATCH] a11y: Make it compile again Overriding CFLAGS is a bad idea. Use INCLUDES instead. --- tests/a11y/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 5127a9a621..e6896b80fc 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl check_PROGRAMS = $(TEST_PROGS) -CFLAGS = \ +INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir)/gdk \ -I$(top_srcdir)/gdk \ -- 2.30.2